.bannerswiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: 0.7;
}

.bannerswiper .swiper-pagination-bullet-active {
	background: #218630;
	opacity: 1;
}

.sec1 {
	padding: 30px 0;
}



.sec1 .seCon ul.ul1 li {
	width: 16.6%;
	float: left;
	padding: 10px 10px;
	box-sizing: border-box;
	text-align: center;
}

.sec1 .seCon ul.ul1 li a {
	display: block;
	line-height: 42px;
	font-size: 15px;
	border-radius: 4px;
	background: #f3f3f3;
	color: #878787;
}

.sec1 .seCon ul.ul1 li.on a, .sec1 .seCon ul.ul1 li:hover a {
	background: #218630;
	color: #fff;
	border-color: #218630;
}

.sec1 .seCon ul.ul2 li {
	width: 22.75%;
	float: left;
	text-align: center;
	margin: 30px 3% 0 0;
	position: relative;
	overflow: hidden;
}

.sec1 .seCon ul.ul2 li a {
	display: block;
	background: #fff;
	border: 1px solid #ddd;
}

.sec1 .seCon ul.ul2 li .text {
	padding-bottom: 20px;
}

.sec1 .seCon ul.ul2 li .text h3 {
	font-size: 18px;
	line-height: 35px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec1 .seCon ul.ul2 li .text p {
	font-size: 15px;
	color: #666;
}

.sec1 .seCon ul.ul2 li .text p strong {
	font-weight: 500;
}

.sec1 .seCon ul.ul2 li .text span {
	display: block;
	width: 110px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	font-size: 14px;
	margin: 8px auto 0;
	border: 1px solid #ccc;
	color: #555;
}

.sec1 .seCon ul.ul2 li:hover .text span {
	border-color: #218630;
	background: #218630;
	color: #fff;
}

.sec1 .seCon ul.ul2 li .hover {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0);
	transform: rotateX(180deg) scale(0.2, 0.2);
	-webkit-transform: rotateX(180deg) scale(0.2, 0.2);
	transition: 0.6s;
}

.sec1 .seCon ul.ul2 li .hover span {
	display: block;
	width: 68px;
	height: 68px;
	margin: 50% auto;
	line-height: 68px
}

.sec1 .seCon ul.ul2 li:hover .hover {
	opacity: 1;
	transform: rotateX(0deg) scale(1.1);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	background: rgba(0, 0, 0, 0.3);
}

.sec1 .seCon ul.ul2 li:nth-child(4n) {
	margin-right: 0;
}

.sec1 .seCon ul.ul2 li i.border {
	display: block;
	position: absolute;
	background: #218630;
	transition: 0.8s;
	z-index: 999;
}

.sec1 .seCon ul.ul2 li i.border_t {
	left: -1px;
	top: 0px;
	height: 1px;
	width: 0;
}

.sec1 .seCon ul.ul2 li i.border_r {
	right: 0px;
	top: -1px;
	height: 0px;
	width: 1px;
}

.sec1 .seCon ul.ul2 li i.border_b {
	right: -1px;
	height: 1px;
	bottom: 0;
	width: 0;
}

.sec1 .seCon ul.ul2 li i.border_l {
	width: 1px;
	bottom: -1px;
	left: 0px;
	height: 0;
}

.sec1 .seCon ul.ul2 li:hover i.border_t {
	width: 100%;
}

.sec1 .seCon ul.ul2 li:hover i.border_r {
	height: 100%;
}

.sec1 .seCon ul.ul2 li:hover i.border_b {
	width: 100%;
}

.sec1 .seCon ul.ul2 li:hover i.border_l {
	height: 100%;
}

.sec1 .more a {
	display: block;
	width: 160px;
	line-height: 42px;
	text-align: center;
	font-size: 15px;
	margin: 20px auto 0;
	border-radius: 21px;
	border: 1px solid #ddd;
	color: #444;
}

.sec1 .more a:hover {
	background: #218630;
	color: #fff;
}

.sec2 {
	padding: 60px 0 30px;
	background: url(../images/index/newsBg.jpg) no-repeat;
	background-size: cover;
}

.sec2 .title h2 {
	color: #fff;
}

.sec2 .title p {
	color: #888;
}

.sec2 .comBox {
	margin: 0 auto 20px;
	position: relative;
	display: table;
}

.sec2 .pic {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	border-radius: 0 40px 0 40px;
	overflow: hidden;
}

.sec2 .text {
	box-sizing: border-box;
	padding: 30px 80px 0 30px;
	display: table-cell;
	position: relative;
}

.sec2 .text h2 {
	font-size: 60px;
	position: absolute;
	right: 10px;
	top: -40px;
	color: #666;
	opacity: 0.1;
}

.sec2 .text h4 {
	font-weight: 500;
	font-size: 20px;
}

.sec2 .text h3 {
	font-size: 28px;
	color: #218630;
}

.sec2 .text span.line {
	display: block;
	width: 60px;
	height: 5px;
	background: #ff6f21;
	margin: 12px 0px 7px;
}

.sec2 .text p {
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	text-indent: 2em;
	color: #404040;
}

.sec2 .text a {
	display: block;
	position: absolute;
	bottom: 15px;
	width: 120px;
	line-height: 34px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background: #218630;
	border-radius: 17px;
}

.sec2 .ryul {
	margin: 0 40px;
}

.sec2 li {
	width: 20%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.sec2 li a {
	display: block;
	padding: 8px 8px 5px;
	background: rgba(255, 255, 255, .7);
}

.sec2 li h3 {
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}

/* 
.sec2 .slider {
	margin: 30px 60px 0;
}

.sec2 .slick-slider .slick-list {
	padding-top: 10px;
}

.sec2 .slider .slick-slide .image {
	padding: 0 8%;
	box-sizing: border-box;
}

.sec2 .slider .slick-slide .image a {
	display: block;
	background: #fff;
	padding: 8px 8px 0;
}

.sec2 .slider .slick-slide h3 {
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
}

.sec2 .slick-next {
	background: url(../images/index/right1.png) no-repeat center;
	background-size: cover;
}

.sec2 .slick-prev {
	background: url(../images/index/left1.png) no-repeat center;
	background-size: cover;
} */

#main .pic1 {
	width: 80%;
	margin: 40px auto 0;
}

.sec3 {
	padding: 40px 40px 20px;
	background: url(../images/index/bg5.jpg) no-repeat top center;
	background-size: cover;
}

.sec3 .title h2, .sec3 .title p {
	color: #333;
}

.slick-slider .slick-list {
	padding: 0 10px;
}

.sec3 .image {
	text-align: center;
	padding: 10px 15px;
}

.sec3 .image a {
	display: block;
	background: #fff;
	overflow: hidden;
}

.sec3 .image .pho {
	overflow: hidden;
}

.sec3 .image img {
	transition: 0.3s;
}

.sec3 .image img:hover {
	transform: scale(1.1);
}

.sec3 .image .text {
	padding: 40px 15px 60px;
	position: relative;
}

.sec3 .image .text span {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	background: #fff url(../images/index/icon1.png) no-repeat center;
	background-size: 42px;
	border-radius: 50%;
}

.sec3 .image .text strong {
	display: block;
	position: absolute;
	right: -10px;
	bottom: -50px;
	font-size: 80px;
	color: #218630;
	opacity: 0.1;
}

.sec3 .image h3 {
	font-size: 17px;
	line-height: 40px;
	transition: 0.3s;
	border-top: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.sec3 .image:hover .text {
	background: #f7fffb;
}

.slick-next, .slick-prev {
	width: 36px;
	height: 60px;
	margin-top: -30px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.sec3 .slick-next {
	background: #fff url(../images/index/icon_r1.png) no-repeat center;
	background-size: 30px;
}

.sec3 .slick-prev {
	background: #fff url(../images/index/icon_l1.png) no-repeat center;
	background-size: 30px;
}

.slick-next:before, .slick-prev:before {
	display: none;
}

.sec4 {
	padding-top: 40px;
	background: none;
}

.sec4 .title h2 {
	color: #343434;
}

.sec4 .title p {
	color: #878787;
}

.sec4 li {
	width: 25%;
	float: left;
	padding: 10px 15px;
	box-sizing: border-box;
}

.sec4 li .pho {
	overflow: hidden;
}

.sec4 li .pho img {
	transition: 0.3s;
}

.sec4 li .pho:hover img {
	transform: scale(1.1);
}

.sec4 li a {
	display: block;
}

.sec4 li a h3 {
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	background: #e6e6e6;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}


.sec4 .more a {
	display: block;
	width: 160px;
	line-height: 42px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 15px;
	margin: 20px auto;
	border-radius: 21px;
	transition: 0.3s;
	color: #444;
}

.sec4 .more a:hover {
	background: #218630;
	border-color: #218630;
	color: #fff;
}

.alSec li {
	width: 33.33%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.alSec li:last-child {
	display: none;
}

.alSec li a {
	display: block;
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.alSec li .text {
	padding: 30px;
	background: url(../images/index/bg3.jpg) no-repeat bottom right;
	background-size: 60%;
}

.alSec li .text p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 8px;
	color: #999;
}

.alSec li .text h3 {
	background: none;
	font-weight: 600;
	font-size: 18px;
	text-align: left;
	color: #333;
}

.alSec li .text span {
	display: block;
	width: 115px;
	line-height: 34px;
	background:linear-gradient(to right, #42a751,#219332);
	color: #fff;
	text-align: center;
	margin-top: 14px;
	font-size: 15px;
}

.sec5 {
	padding: 20px 0 50px;
	background: url(../images/index/bg4.jpg) no-repeat bottom center;
	background-size: cover;
}

.sec5 .title h2, .sec5 .title p {
	color: #565656;
}

.sec5 .fl {
	width: 65%;
	float: right;
	background: rgba(255,255,255,.4);
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	position: relative;
}

.sec5 .more {
	position: absolute;
	right: 25px;
	top: 10px;
}

.sec5 .more a {
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 40px;
}

.sec5 ul.flList {
	border-bottom: 2px solid #218630;
	margin-bottom: 20px;
}

.sec5 ul.flList li {
	float: left;
}

.sec5 ul.flList li a {
	display: block;
	padding: 7px 15px;
	font-size: 16px;
	color: #333;
}

.sec5 ul.flList li.on a, .sec5 ul.flList li:hover a {
	background: #218630;
	color: #fff;
}

.sec5 .comBox {
	padding: 0 10px 10px;
	height: 440px;
}

.sec5 .comBox .pho {
	width: 38%;
	float: left;
	height: 430px;
	background: rgb(255 255 255 / 0.3);
}

.sec5 .comBox .pho .tex {
	padding: 18px 15px 20px;
}



.sec5 .comBox .pho .tex h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
}

.sec5 .comBox .pho .tex p {
	line-height: 28px;
	font-size: 15px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-indent: 2em;
	height: 56px;
	margin: 12px 0 20px;
}

.sec5 .comBox .pho .tex span {
	display: block;
	width: 116px;
	font-size: 15px;
	line-height: 34px;
	background: #218630;
	color: #fff;
	text-align: center;
	float: right;
}

.sec5 .comBox .text {
	width: 60%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.sec5 .comBox .text li {
	border-bottom: 1px dashed #ddd;
}

.sec5 .comBox .text li a {
	display: block;
	line-height: 42px;
	padding-left: 22px;
	position: relative;
	background: url(../images/index/icon24.png) no-repeat left center;
	background-size: 16px;
}

.sec5 .comBox .text li a h3 {
	font-weight: 500;
	padding-right: 100px;
	white-space: nowrap;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec5 .comBox .text li a span {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 13px;
	color: #878787;
}

.sec5 .fr {
	width: 33%;
	float: left;
	background:rgba(255,255,255,.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	padding: 10px 20px 20px;
	box-sizing: border-box;
	position: relative;
}

.sec5 .fr .ul {
	overflow: hidden;
	height: 440px !important;
}

.sec5 .fr .ul li {
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}

.sec5 .fr .ul li a {
	display: block;
	overflow: hidden;
}

/* 
.sec5 .fr .ul li .pho {
	width: 120px;
	float: left;
}

.sec5 .fr .ul li .pho img {
	height: 75px;
}

.sec5 .fr .ul li .text {
	margin-left: 130px;
} */

.sec5 .fr .ul li .text span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin-right: 6px;
}

.sec5 .fr .ul li .text h3 span {
	background: #218630;
	font-size: 13px;
}

.sec5 .fr .ul li .text p span {
	background: #ff8f07;
	position: absolute;
	left: 0;
	top: 0;
}

.sec5 .fr .ul li .text h3 {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	margin-bottom: 5px;
}

.sec5 .fr .ul li .text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 22px;
	font-size: 13px;
	color: #999;
	position: relative;
	padding-left: 26px;
}

.sec6 {
	padding-top: 30px;
}

.sec6 .ysCon {
	margin-top: 50px;
	position: relative;
}

.sec6 .ysCon .pic {
	width: 400px;
	margin: 0 auto;
}

.sec6 .ysCon .text {
	position: absolute;
}

.sec6 .ysCon .tex1 {
	left: 0;
	top: 40px
}

.sec6 .ysCon .tex2 {
	right: 0;
	top: 40px;
	text-align: right;
}

.sec6 .ysCon .tex3 {
	left: 0;
	bottom: 40px
}

.sec6 .ysCon .tex4 {
	right: 0;
	bottom: 40px;
	text-align: right;
}

.sec6 .ysCon .tex2 .top, .sec6 .ysCon .tex4 .top {
	justify-content: flex-end
}

.sec6 .ysCon .text .top {
	display: flex;
}

.sec6 .ysCon .text .top strong.num {
	font-size: 30px;
	padding: 7px 13px;
	color: #218630;
	border: 3px solid #218630;
	text-decoration: underline;
	margin-top: -20px;
	line-height: 30px;
}

.sec6 .ysCon .text .top strong.zi {
	font-size: 24px;
	color: #333;
	background: #fff;
	margin-left: -10px;
	line-height: 30px;
}

.sec6 .ysCon .text .bott {
	display: flex;
	margin-top: 10px;
	flex-direction: column
}

.sec6 .ysCon .text .bott p {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	padding-left: 8px;
}

.sec6 .ysCon .text .bott p:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #218630;
	display: inline-block;
	margin-right: 6px;
}

.sec7 {
	background: url(../images/index/yxBg.jpg) no-repeat;
	padding-top: 160px;
	margin-top: 60px;
	overflow: hidden;
	background-size: cover;
}

.sec7 .title h2, .sec7 .title p {
	color: #fff;
}

.sec7 .image h3 {
	line-height: 50px;
	border-top: 1px solid #e9e9e9;
}

.sec7 .image:hover h3 {
	background: #ff6f21;
	color: #fff;
}

.sec7 .image img {
	transition: inherit;
}

.sec7 .image img:hover {
	transform: inherit;
}

.sec7 .slick-prev, .sec7 .slick-next {
	width: 50px;
	height: 50px;
	border: 50%;
}

.sec7 .slick-prev {
	background: url(../images/index/prev.png) no-repeat center;
	background-size: cover;
	left: -50px;
	box-shadow: none;
}

.sec7 .slick-next {
	background: url(../images/index/next.png) no-repeat center;
	background-size: cover;
	right: -50px;
	box-shadow: none;
}

@media all and (min-width: 1024px) and (max-width:1680px) {
	.sec2 .text p {
		line-height: 32px;
		-webkit-line-clamp: 3
	}
}


@media all and (min-width: 1024px) and (max-width:1600px) {
	.sec5 .comBox .pho .tex p {
		-webkit-line-clamp: 4;
	}

	.sec2 .comBox {
		width: 100%;
	}

	.sec2 .pic {
		width: 40%;
	}

	.sec2 .text {
		width: 52%;
		padding: 20px 40px 0 40px;
	}

	.sec2 .text h3 {
		font-size: 26px;
	}

	.sec2 .text p {
		margin-top: 10px;
	}

	.sec6 .ysCon .pic {
		width: 300px;
	}

	.sec6 .ysCon .text .top strong.zi {
		font-size: 24px;
	}

	.sec6 .ysCon .text .top strong.num {
		padding: 5px 10px;
		margin-top: -16px;
		font-size: 28px;
	}

	.sec6 .ysCon .tex3, .sec6 .ysCon .tex4 {
		bottom: -25px;
	}
}

@media all and (min-width: 1024px) and (max-width:1500px) {
	.sec5 .comBox .pho .tex p {
		-webkit-line-clamp: 4;
	}

	.sec2 .text a {
		bottom: 0px;
	}

	.sec2 .text span.line {
		margin: 6px 0;
		width: 50px;
		height: 4px;
	}

	.sec2 .text h3 {
		font-size: 25px;
	}

	.sec6 .ysCon .text .top strong.zi {
		font-size: 20px;
	}
	.sec2 li {
	padding:15px;
	}
	.sec3 .image {
		padding:10px
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	.sec1 .seCon ul.ul1 li {
		padding: 8px 10px;
	}

	.sec2 .slider {
		margin: 30px 0 0;
	}

	.sec2 .text {
		padding-top: 0;
	}

	.sec2 .text h3 {
		font-size: 24px;
	}

	.sec7 {
		padding-top: 130px;
		margin-top: 10px;
	}

	.sec7 .slick-prev, .sec7 .slick-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.sec7 .slick-prev {
		left: -40px;
	}

	.sec7 .slick-next {
		right: -40px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
	.sec1 .seCon ul.ul1 li {
		padding: 6px 5px;
	}

	.sec1 .seCon ul.ul1 li a {
		font-size: 14px;
	}

	.sec5 .comBox .pho .tex p {
		-webkit-line-clamp: 6;
	}

	.sec2 .text {
		padding: 0px 0px 0 30px;
	}

	.sec2 .pic {
		width: 40%;
	}

	.sec2 .text {
		width: 58%;
	}

	.sec2 .text h3 {
		font-size: 20px;
	}

	.sec2 .text a {
		bottom: 0;
	}

	.sec2 .text span.line {
		width: 40px;
		height: 3px;
	}

	.sec2 .text p {
		font-size: 14px;
		line-height: 24px;
	}

	.sec6 .ysCon .pic {
		width: 45%;
		left: 27.5%;
	}

	.sec6 .ysCon .text .top strong.num {
		margin-top: -10px;
		padding: 8px 15px;
	}

	.sec6 .ysCon .text .top strong.zi {
		font-size: 24px;
		line-height: 35px;
	}

	.sec6 .ysCon .text .bott {
		font-size: 14px;
		line-height: 24px;
	}

	.sec6 .ysCon .text {
		margin-top: 30px;
	}

	.sec7 {
		margin-top: 30px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.bannerswiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.sec1 {
		padding: 0 0 20px;
	}

	.sec1 .seCon ul.ul1 {
		border: none;
	}

	.sec1 .seCon ul.ul1 li {
		width: 50%;
		padding: 5px;
	}

	.sec1 .seCon ul.ul1 li a {
		line-height: 36px;
		font-size: 15px;
	}

	.sec1 .seCon ul.ul2 li {
		width: 50%;
		padding: 0 10px;
		box-sizing: border-box;
		margin: 15px 0% 0 0;
	}

	.sec1 .seCon ul.ul2 li .text {
		padding: 10px 0;
	}

	.sec1 .seCon ul.ul2 li .text h3 {
		font-size: 15px;
		font-weight: 500;
	}

	.sec1 .seCon ul.ul2 li .text p {
		font-size: 13px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sec1 .seCon ul.ul2 li .text span {
		width: 80px;
		line-height: 24px;
		border-radius: 12px;
		font-size: 12px;
	}

	.sec1 .seCon ul.ul2 li .hover {
		display: none;
	}

	.sec1 .seCon ul.ul2 li i.border {
		display: none;
	}

	.sec1 .more a {
		width: 100px;
		line-height: 26px;
		font-size: 13px;
		border-radius: 13px;
	}

	.sec2 {
		padding: 40px 10px 20px;
	}

	.sec2 .comBox {
		width: 100%;
		display: block;
	}

	.sec2 .pic {
		width: 100%;
		display: block;
	}

	.sec2 .text {
		width: 100%;
		padding: 20px 0 0 0px;
		display: block;
	}

	.sec2 .text h4 {
		font-size: 16px;
	}

	.sec2 .text h3 {
		font-size: 18px;
	}

	.sec2 .text span.line {
		width: 40px;
		margin: 6px 0;
	}

	.sec2 .text p {
		font-size: 14px;
		line-height: 26px;
	}

	.sec2 .text a {
		position: inherit;
		bottom: inherit;
		margin: 10px auto 0;
	}

	.sec2 .slider {
		margin: 30px 20px 0;
	}

	.sec2 .slick-next {
		right: -18px;
	}

	.sec2 .slick-prev {
		left: -18px;
	}

	.slick-slider .slick-list {
		padding: 0 0px;
	}

	.sec2 .ryul {
		margin: 0;
	}

	.sec2 li {
		width: 50%;
		padding: 8px;
	}

	.sec2 li:last-child {
		display: none;
	}

	.sec2 li h3 {
		font-size: 15px;
		line-height: 40px;
	}

	#main .pic1 {
		width: 100%;
		margin-top: 25px;
	}

	.sec3 .image {
		padding: 10px;
	}

	.slick-next, .slick-prev {
		width: 30px;
		height: 60px;
		margin-top: -30px;
	}

	.sec3 .slick-next {
		right: -30px;
	}

	.sec3 .slick-prev {
		left: -30px;
	}

	.sec4 {
		padding: 20px 15px 0;
		box-sizing: border-box;
	}

	.sec4 li {
		width: 48%;
		padding: 10px 0;
		box-sizing: border-box;
		margin-right: 4%;
	}

	.sec4 li:nth-child(2n) {
		margin-right: 0;
	}

	.sec4 li a h3 {
		font-size: 15px;
		line-height: 30px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sec4 .more a {
		width: 100px;
		line-height: 26px;
		font-size: 13px;
		margin: 20px auto;
		border-radius: 13px;
	}

	.alSec li:last-child {
		display: block;
	}

	.alSec li .text {
		padding: 14px 12px;
	}

	.alSec li .text p {
		font-size: 14px;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}

	.alSec li .text span {
		float: inherit;
		width: 100px;
		line-height: 28px;
		font-size: 14px;
		margin: 12px auto 0;
	}

	.sec5 {
		padding: 20px 10px 50px;
	}

	.sec5 .fl {
		width: 100%;
		padding: 10px 10px;
	}

	.sec5 .more {
		right: 15px;
	}

	.sec5 .more a {
		font-size: 12px;
		line-height: 30px;
	}

	.sec5 ul.flList li a {
		padding: 5px 12px;
		font-size: 14px;
	}

	.sec5 .comBox {
		padding: 0 10px 10px;
		height: inherit;
	}

	.sec5 .comBox .pho {
		width: 100%;
		float: inherit;
		height: inherit;
	}

	.sec5 .comBox .pho .tex {
		padding-bottom: 50px;
	}

	.sec5 .comBox .pho .tex p {
		line-height: 22px;
		font-size: 13px;
		height: 44px;
	}

	.sec5 .comBox .text {
		width: 100%;
		float: inherit;
		padding-left: 0px;
	}

	.sec5 .fr {
		width: 100%;
		margin-top: 20px;
		padding: 10px 10px 20px;
	}

	.sec5 .fr .ul {
		overflow: hidden;
		height: 340px !important;
	}

	/* .sec5 .fr .ul li .pho {
		width: 120px;
		float: left;
	}
	.sec5 .fr .ul li .pho img {
		height: 75px;
	}
	.sec5 .fr .ul li .text {
		margin-left: 130px;
	} */
	.sec6 .ysCon {
		margin: 30px 10px 0;
	}

	.sec6 .ysCon .pic {
		display: none;
	}

	.sec6 .ysCon .text {
		width: 100%;
		margin-top: 25px;
		padding: 8px 15px 8px;
		box-sizing: border-box;
		border-bottom: 1px dashed #ddd;
	}

	.sec6 .ysCon .tex1, .sec6 .ysCon .tex2 {
		margin-top: 25px;
	}

	.sec6 .ysCon .text .top strong.num {
		padding: 7px 12px;
		border: 2px solid #0070c5;
		margin-top: -10px;
		line-height: 22px;
	}

	.sec6 .ysCon .text .top strong.zi {
		font-size: 22px;
	}

	.sec6 .ysCon .fr .top {
		justify-content: inherit
	}

	.sec6 .ysCon .text .bott {
		line-height: 24px;
		font-size: 14px;
		margin-top: 10px;
	}

	.sec6 .ysCon .fr {
		text-align: left;
	}

	.sec7 {
		background: url(../images/index/yxBg.jpg) no-repeat center;
		padding-top: 120px;
		margin-top: 30px;
		background-size: cover;
	}

	.sec7 .image h3 {
		display: block;
		border-top: 1px solid #ddd;
	}

	.sec7 .slick-prev, .sec7 .slick-next {
		width: 35px;
		height: 35px;
		margin-top: -17px;
	}

	.sec7 .slick-prev {
		left: -35px;
	}

	.sec7 .slick-next {
		right: -35px
	}
}